projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fd09fb
)
(Reverting): Use "buffer" instead of "file"
author
Martin Rudalics
<rudalics@gmx.at>
Tue, 23 Jan 2007 07:39:57 +0000
(07:39 +0000)
committer
Martin Rudalics
<rudalics@gmx.at>
Tue, 23 Jan 2007 07:39:57 +0000
(07:39 +0000)
when talking about major and minor modes.
lispref/backups.texi
patch
|
blob
|
history
diff --git
a/lispref/backups.texi
b/lispref/backups.texi
index 9bb6d417b6b9f3c2a5c7eb9fbd577a93151705f3..893f6df42050e0ec118d53e4a1b92b633ed03c62 100644
(file)
--- a/
lispref/backups.texi
+++ b/
lispref/backups.texi
@@
-683,7
+683,7
@@
Normally, @code{revert-buffer} asks for confirmation before it changes
the buffer; but if the argument @var{noconfirm} is non-@code{nil},
@code{revert-buffer} does not ask for confirmation.
-Normally, this command reinitializes the
file
's major and minor modes
+Normally, this command reinitializes the
buffer
's major and minor modes
using @code{normal-mode}. But if @var{preserve-modes} is
non-@code{nil}, the modes remain unchanged.